home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
util
/
moni
/
SysLog.lha
/
SysLog_V1.20
/
Developer
/
examples
/
Log
/
smakefile
< prev
Wrap
Makefile
|
1996-10-27
|
273b
|
21 lines
#
# This file is public domain.
#
# $Id: smakefile 1.1 1995/10/30 19:33:00 petrin Exp petrin $
#
#DEBUG = DEBUG=FULLFLUSH
DEBUG =
CFLAGS = $(DEBUG)
Log: Log.o
sc link $(CFLAGS) Log.o
Log.o: Log.c
sc $(CFLAGS) Log.c
clean:
delete Log Log.lnk Log.o